{ "version": 4, "terraform_version": "1.8.5", "serial": 469, "lineage": "9fc908ce-4832-1c1e-117a-b5a03101adb3", "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-249de63f457494601", "ami": "ami-de84be6c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a917d631"], "subnet_id": "subnet-6808edac", "key_name": "prod-deploy-key" } } ] } ] }