{ "version": 4, "terraform_version": "1.7.9", "serial": 390, "lineage": "0262d4db-3158-eaf6-58df-8915ecba3409", "outputs": { "db_endpoint": { "value": "db-4.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-1872a1e4e1a9a26ae", "ami": "ami-32a8b1f4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6752fea2"], "subnet_id": "subnet-5eb242de", "key_name": "prod-deploy-key" } } ] } ] }