{ "version": 4, "terraform_version": "1.6.1", "serial": 328, "lineage": "bd77ce54-51b1-ebc0-349d-13dd3d93a967", "outputs": { "db_endpoint": { "value": "db-1.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-bd868ac9d892fb0f7", "ami": "ami-0687d3fd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3f917b5b"], "subnet_id": "subnet-9f96cf0b", "key_name": "prod-deploy-key" } } ] } ] }