{ "version": 4, "terraform_version": "1.7.2", "serial": 104, "lineage": "4807cee5-bce8-1bff-7bd3-42db7c887f87", "outputs": { "db_endpoint": { "value": "db-4.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-36f34851e79499948", "ami": "ami-f0542053", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5cc50555"], "subnet_id": "subnet-62527861", "key_name": "prod-deploy-key" } } ] } ] }