{ "version": 4, "terraform_version": "1.6.7", "serial": 359, "lineage": "072e8676-ee61-81c3-c5e3-cae79cdafdba", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-f06a08599ed780644", "ami": "ami-63190c13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7f156f9f"], "subnet_id": "subnet-09757817", "key_name": "prod-deploy-key" } } ] } ] }