{ "version": 4, "terraform_version": "1.5.1", "serial": 189, "lineage": "b6e61b3a-2276-cc71-16b4-c3871a19bbb7", "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-dc051c36f62f14bfe", "ami": "ami-380f0e86", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a9f72c59"], "subnet_id": "subnet-33388432", "key_name": "prod-deploy-key" } } ] } ] }