{ "version": 4, "terraform_version": "1.8.6", "serial": 496, "lineage": "2e01785e-9b3f-0eed-d3de-930e785e03b5", "outputs": { "db_endpoint": { "value": "db-2.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-f30f64894db714824", "ami": "ami-aaee23cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a4b1ddeb"], "subnet_id": "subnet-b1fe5110", "key_name": "prod-deploy-key" } } ] } ] }