{ "version": 4, "terraform_version": "1.6.7", "serial": 119, "lineage": "45e178d6-0abe-2f4c-1bea-5050c0c6284a", "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-a5548fd7826555316", "ami": "ami-4abea42a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b3d5954e"], "subnet_id": "subnet-e4856461", "key_name": "prod-deploy-key" } } ] } ] }