{ "version": 4, "terraform_version": "1.8.2", "serial": 375, "lineage": "05e2f3ef-5d41-c8d0-22a7-eec617c51dc1", "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-6514136a8b8d38aa8", "ami": "ami-61731dcf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d0acd36f"], "subnet_id": "subnet-22fc8aa2", "key_name": "prod-deploy-key" } } ] } ] }