{ "version": 4, "terraform_version": "1.6.2", "serial": 365, "lineage": "3d056e27-42a4-b472-06ee-d52d61cf6968", "outputs": { "db_endpoint": { "value": "db-3.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-ff958f5bf47991d12", "ami": "ami-a550bbab", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3087bd85"], "subnet_id": "subnet-2b4dd68e", "key_name": "prod-deploy-key" } } ] } ] }