{ "version": 4, "terraform_version": "1.6.7", "serial": 504, "lineage": "2b893195-f234-e4a0-bef5-f6bb12a416b0", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-890b380674c3ba770", "ami": "ami-69fc6c54", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b77e7414"], "subnet_id": "subnet-bf225bb2", "key_name": "prod-deploy-key" } } ] } ] }