{ "version": 4, "terraform_version": "1.7.2", "serial": 515, "lineage": "6dfa788c-d124-15a0-81ad-3f82bb27073b", "outputs": { "db_endpoint": { "value": "db-1.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-21837b46ee918b5ec", "ami": "ami-0ef3987e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ce4bdc56"], "subnet_id": "subnet-bd20c814", "key_name": "prod-deploy-key" } } ] } ] }