{ "version": 4, "terraform_version": "1.5.4", "serial": 209, "lineage": "c2c6dac7-de27-27a8-d6e3-a2ac4f3d7742", "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-50253c8f3ecfb2b46", "ami": "ami-59dde022", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-65ad51bd"], "subnet_id": "subnet-d5e2f470", "key_name": "prod-deploy-key" } } ] } ] }