{ "version": 4, "terraform_version": "1.7.0", "serial": 265, "lineage": "bc8df962-ea41-4afa-acea-02a7cff01cca", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e13b5659b682b6b1e", "ami": "ami-2bfe814c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ce6465df"], "subnet_id": "subnet-fd6e7a3f", "key_name": "prod-deploy-key" } } ] } ] }