{ "version": 4, "terraform_version": "1.5.2", "serial": 118, "lineage": "9ba85ce1-2920-d062-0db3-66b0172753ce", "outputs": { "db_endpoint": { "value": "db-4.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-c1b1fc0f72057f2bb", "ami": "ami-b606cb11", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3b5fc306"], "subnet_id": "subnet-7de0255a", "key_name": "prod-deploy-key" } } ] } ] }