{ "version": 4, "terraform_version": "1.5.9", "serial": 388, "lineage": "2a089eb9-ef6b-8a27-8516-421ed47a27df", "outputs": { "db_endpoint": { "value": "db-0.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-e2f8c6d32feadd7c8", "ami": "ami-212eb150", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1990428e"], "subnet_id": "subnet-9c8775cf", "key_name": "prod-deploy-key" } } ] } ] }