{ "version": 4, "terraform_version": "1.8.5", "serial": 520, "lineage": "b5fffa20-bb06-2bdc-d1bc-125d4978e373", "outputs": { "db_endpoint": { "value": "db-0.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-075a814dc83a3cecd", "ami": "ami-20001ef0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-32661825"], "subnet_id": "subnet-b7a83f22", "key_name": "prod-deploy-key" } } ] } ] }