{ "version": 4, "terraform_version": "1.7.3", "serial": 224, "lineage": "12f12fb0-8af7-1506-ba63-c9c45b221bf3", "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-77b3154ba60938377", "ami": "ami-439825d8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5c064d8c"], "subnet_id": "subnet-f1dfe630", "key_name": "prod-deploy-key" } } ] } ] }