{ "version": 4, "terraform_version": "1.8.8", "serial": 437, "lineage": "940bf09b-74e3-31d8-db9b-043101a9e1b5", "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-e02944e54a39eaad7", "ami": "ami-95f8210e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-07adb2ac"], "subnet_id": "subnet-f0e92f41", "key_name": "prod-deploy-key" } } ] } ] }