{ "version": 4, "terraform_version": "1.8.0", "serial": 412, "lineage": "8bcff46d-012d-707d-825e-e50e66fd5f7a", "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-4cfac975f83ba1fa3", "ami": "ami-bbe491d1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1ba37ef4"], "subnet_id": "subnet-dddb3324", "key_name": "prod-deploy-key" } } ] } ] }