{ "version": 4, "terraform_version": "1.6.4", "serial": 497, "lineage": "a1468b51-ba5b-b4dc-feae-7acc45472759", "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-918697b29863954c5", "ami": "ami-782abfde", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cb00a2df"], "subnet_id": "subnet-30ef6d30", "key_name": "prod-deploy-key" } } ] } ] }