{ "version": 4, "terraform_version": "1.7.8", "serial": 447, "lineage": "216a3671-6228-3720-4962-92f2cfbfb143", "outputs": { "db_endpoint": { "value": "db-2.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-0c5ce2a3656435b7f", "ami": "ami-7a0e6600", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-36416b83"], "subnet_id": "subnet-b61b11a8", "key_name": "prod-deploy-key" } } ] } ] }