{ "version": 4, "terraform_version": "1.7.2", "serial": 158, "lineage": "e5cdc9d9-4c49-c6de-0b23-e50a57993b18", "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-a7aec87cba1b50bbb", "ami": "ami-c88513b1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-75101020"], "subnet_id": "subnet-2a37157c", "key_name": "prod-deploy-key" } } ] } ] }