{ "version": 4, "terraform_version": "1.5.9", "serial": 326, "lineage": "c02f98da-d9e1-b220-2109-1b008cecd2aa", "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-991a3c2d63c6b1214", "ami": "ami-00f8f2db", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-276de346"], "subnet_id": "subnet-f0ce7559", "key_name": "prod-deploy-key" } } ] } ] }