{ "version": 4, "terraform_version": "1.7.2", "serial": 542, "lineage": "329dec39-f79f-9258-917c-59ffafcfdf94", "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-89d5c6f8d9cddc0b3", "ami": "ami-85370f53", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-34a6eb1f"], "subnet_id": "subnet-b5251478", "key_name": "prod-deploy-key" } } ] } ] }