{ "version": 4, "terraform_version": "1.8.4", "serial": 230, "lineage": "ab494caf-734c-295b-cbf1-9fc7072cc191", "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-a4dbddd81bd22c866", "ami": "ami-36c8b4a6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-30055e3a"], "subnet_id": "subnet-29cf0572", "key_name": "prod-deploy-key" } } ] } ] }