{ "version": 4, "terraform_version": "1.8.4", "serial": 295, "lineage": "02d82200-04d5-6e66-e9e7-a309567c691b", "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-08fe4e6af1cbb4cad", "ami": "ami-0cbcd0fc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d98382b6"], "subnet_id": "subnet-57729cdf", "key_name": "prod-deploy-key" } } ] } ] }