{ "version": 4, "terraform_version": "1.8.4", "serial": 401, "lineage": "f8dc155b-1b64-5a4a-5aec-c6ab49fb87e0", "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-9d70584b32264fe95", "ami": "ami-5b1b877c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e09096c8"], "subnet_id": "subnet-cb13ab2e", "key_name": "prod-deploy-key" } } ] } ] }