{ "version": 4, "terraform_version": "1.7.5", "serial": 493, "lineage": "96a01a2b-5aea-be6c-0de1-ccfb93ac6f71", "outputs": { "db_endpoint": { "value": "db-3.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-b7cdd4dc478086f94", "ami": "ami-0b59f07b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c0c0722c"], "subnet_id": "subnet-4bfb506d", "key_name": "prod-deploy-key" } } ] } ] }