{ "version": 4, "terraform_version": "1.6.2", "serial": 388, "lineage": "4d26eff1-2625-ceca-0e98-5ca3a6561274", "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-f25634bb6e91f5129", "ami": "ami-b1ba185e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-23bd3738"], "subnet_id": "subnet-d69bb8d3", "key_name": "prod-deploy-key" } } ] } ] }