{ "version": 4, "terraform_version": "1.8.0", "serial": 245, "lineage": "a31e5d4b-c1c8-c8cc-b04c-99c16a6a4e4f", "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-64249a0254778ad86", "ami": "ami-547c2c0a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a51a745b"], "subnet_id": "subnet-5752df96", "key_name": "prod-deploy-key" } } ] } ] }