{ "version": 4, "terraform_version": "1.6.2", "serial": 240, "lineage": "80ab3e55-6f3c-e5be-405f-89118a8320f5", "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-3c4416df678a3827e", "ami": "ami-9bd7ce97", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0c2311f6"], "subnet_id": "subnet-02429e59", "key_name": "prod-deploy-key" } } ] } ] }