{ "version": 4, "terraform_version": "1.5.6", "serial": 424, "lineage": "6a56b4b2-c228-28f1-6fd6-a155eba97c9b", "outputs": { "db_endpoint": { "value": "db-0.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-df9543c285f43a03b", "ami": "ami-961b4810", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-54579fe3"], "subnet_id": "subnet-f6f0dbd0", "key_name": "prod-deploy-key" } } ] } ] }