{ "version": 4, "terraform_version": "1.6.3", "serial": 261, "lineage": "f6914a11-7fd8-e3ea-448f-b287f4cf1727", "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-16223a67609c37a05", "ami": "ami-b64ad135", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-79036197"], "subnet_id": "subnet-c9d81c44", "key_name": "prod-deploy-key" } } ] } ] }